home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #1 / Amiga Plus 1999 #1.iso / System-Boost / Disk_Tools / UnDelete / UnDelete.doc < prev    next >
Text File  |  1998-08-09  |  6KB  |  137 lines

  1.  
  2.     +========================================================================+
  3.     =                                                                        =
  4.     =                                                                        =
  5.     =                             UnDelete v1.0                 18-10-'92    =
  6.     =                                                                        =
  7.     =                                                                        =
  8.     =                                                                        =
  9.     =                            UnDelete DocFile                            =
  10.     =                              © ASWare '92                              =
  11.     =                            by: Ekke Verheul                            =
  12.     =                                                                        =
  13.     =                                                                        =
  14.     +========================================================================+
  15.  
  16.     +========================================================================+
  17.     =                                                                        =
  18.     =                          SERIOUS DISCLAIMER                            =
  19.     =                                                                        =
  20.     =                    UnDelete is in the Public Domain.                   =
  21.     =                                                                        =
  22.     =    This program may be distributed in free electronic form, via        =
  23.     =    bulletin board or as part of a fully non-commercial and freely      =
  24.     =    redistributable disk. This manual and the examples (if any) must    =
  25.     =    be included, without modification, in any copy. All other rights    =
  26.     =    reserved. No warranties are made. All use is at your own risk.      =
  27.     =    Neither ASWare nor the author assume any responsibility or          =
  28.     =    liability whatsoever with respect to your use of this software.     =
  29.     =                                                                        =
  30.     +========================================================================+
  31.  
  32.  
  33. ---------------------   PURPOSE:  ---------------------------------------------
  34.     Quickly recover a just deleted file or (empty) directory.
  35.  
  36.  
  37. ---------------------   USAGE:  -----------------------------------------------
  38.     UnDelete <name>
  39.  
  40.  
  41. ---------------------   EXAMPLE:  ---------------------------------------------
  42.     > Delete DH0:DPaint/Anims/Important.anim
  43.  
  44.     (Oops! arrow-up, SHIFT-arrow-left, "Un" [RETURN] :)
  45.  
  46.     > UnDelete DH0:DPaint/Anims/Important.anim
  47.     IMPORTANT.ANIM undeleted.
  48.  
  49.     (Pfff... it's back!)
  50.  
  51. ---------------------   ERRORS:  ----------------------------------------------
  52.     The following messages might come up:
  53.  
  54.     ERROR: Too late, overwritten.
  55.     -   But first you will be prompted :
  56.         "name" found (on block "n"), but overwritten... continue ? [y/N]
  57.         The file was in all probability overwritten and cannot be recovered.
  58.         However, it is possible that an older version of the same file was
  59.         found. If you are sure that the file you want wasn't overwritten,
  60.         answer "Y", and UnDelete will search some more.
  61.  
  62.     ERROR: Out of memory.
  63.     -   This may be a problem, the disk hasn't been changed at all, OR it has
  64.         been changed and messed up... FixDisk?
  65.  
  66.     ERROR: Parent dir not found.
  67.     -   Slip of the finger? Or was the parent directory deleted too - undelete
  68.         that directory first. Then UnDelete your precious file.
  69.  
  70.     ERROR: Misplaced blocktypes!
  71.     -   Some very weird things have happend to your disk. A nice FORMAT would
  72.         be best, but you could try FixDisk first.
  73.  
  74.     ERROR: Not a DOS disk.
  75.     -   UnDelete only supports AmigaDOS disks; OFS and FFS filesystems.
  76.         Don't even try UnDelete on others...
  77.  
  78.     ERROR: Device not found.
  79.     ERROR: Can't open device.
  80.     -   Only disk-devices are supported. You cannot undelete a file in RAM: or
  81.         NET: or anything.
  82.  
  83.     ERROR: DOS problem, no Info().
  84.     ERROR: Can't create a message port.
  85.     ERROR: Can't alloc an IO-structure.
  86.     -   These are probably memory problems... nothing got worse, though.
  87.  
  88.     ERROR: Can't write blocks.
  89.     -   Your disk may be write-protected. But then again, how did you
  90.         delete your beloved file in the first place?
  91.  
  92.     ERROR: Can't read blocks.
  93.     -   Your disk has problems. Use a real debugger, like "FixDisk" (thanks
  94.         Werner Günther) or take the loss.
  95.  
  96.     ERROR: Weird bitmap problem.
  97.     -   I doubt you'll ever see this. If you do - let me know what happened!
  98.  
  99. ---------------------   THANKS:  ----------------------------------------------
  100.     Thanks to Frans Zuydwijk for his "DPU" (Disk Peek and Update) utility; it
  101.     was a very good tool for debugging "UnDelete".
  102.  
  103.     Thanks to Dirk Reisig for his "Thin609/8" font, and his help and support.
  104.  
  105.     Thanks to J.M. Forgeas for his "AZ" editor; I use(d) version 1.50 a lot!
  106.  
  107. ---------------------   DEVELOPING ENVIRONMENT:  ------------------------------
  108.     Computer : A2000, 1 MB Chip RAM, GVP Combo 40 Mhz, 8 MB 32-bits RAM,
  109.                Quantum 240 LPS, Syquest 44.
  110.     OS       : 2.04
  111.     Compiler : SAS/C Version 5.10b
  112.  
  113. ---------------------   BUGS:  ------------------------------------------------
  114.  
  115.     Please report any bugs to:
  116.  
  117.     ASWare
  118.     t.a.v. Ekke Verheul
  119.     Postbus 2521
  120.     3000 CM  Rotterdam
  121.     The Netherlands
  122.  
  123.